Packaging: accept normalized Marvin archive names - #13793
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13793 +/- ##
============================================
+ Coverage 19.65% 19.78% +0.13%
- Complexity 19792 19993 +201
============================================
Files 6368 6371 +3
Lines 574881 575909 +1028
Branches 70351 70509 +158
============================================
+ Hits 112970 113929 +959
+ Misses 449639 449549 -90
- Partials 12272 12431 +159
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
weizhouapache
left a comment
There was a problem hiding this comment.
code lgtm
it is consistent with @DaanHoogland 's PR: #11873
|
@blueorangutan package |
|
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18774 |
|
the marvin box the smoke tests use is el, but marvin is also installed on the MSs, so @blueorangutan test u26 kvm-u26 |
|
@DaanHoogland [SL] unsupported parameters provided. Supported mgmt server os are: |
|
@blueorangutan test ubuntu24 kvm-ubuntu26 |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ubuntu24 mgmt + kvm-ubuntu26) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-24)
|
|
reviewing |
f1f6350 to
973c656
Compare
973c656 to
f1f6350
Compare
|
@Dogface2k Can we add the same change to packaging/el8/cloud.spec and packaging/suse15/cloud.spec in this PR? |
Use [Mm]arvin-*.tar.gz when copying, listing and installing the Marvin archive in the EL8 and SUSE15 RPM specs. Keep legacy uppercase archive names supported. Tighten the Debian manifest to the same version-delimited pattern.
|
@Dogface2k can this be merged or is some work pending? |
@abh1sar the code lgtm |
This can be merged if there is anything else please let me know. |
@Dogface2k |
I have not tested assuming someone will. I left in draft for me to test later today or tomorrow. |
Got some tests queued now! |

Summary
Setuptools 69.3.0 introduced PEP 625-compliant normalization of
source-distribution filenames.
Although the Python project is declared as
name="Marvin", currentSetuptools versions produce:
Older versions may still produce:
Update the Debian packaging consumers to match
[Mm]arvin-*.tar.gz,allowing both forms to remain supported.
This only changes archive discovery during packaging and installation.
It does not alter the Marvin archive contents or CloudStack runtime
behaviour.
still need review
packaging/el8/cloud.spec
packaging/suse15/cloud.spec
tools/marvin/pom.xml
will tighten patterns